home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / funnel.zoo / sources / help_gnu.ctx < prev    next >
Text File  |  1993-04-11  |  21KB  |  340 lines

  1.  WX("            GNU GENERAL PUBLIC LICENSE");
  2.  WX("               Version 2, June 1991");
  3.  WX("");
  4.  WX(" Copyright (C) 1989, 1991 Free Software Foundation, Inc.");
  5.  WX("                          675 Mass Ave, Cambridge, MA 02139, USA");
  6.  WX(" Everyone is permitted to copy and distribute verbatim copies");
  7.  WX(" of this license document, but changing it is not allowed.");
  8.  WX("");
  9.  WX("                Preamble");
  10.  WX("");
  11.  WX("  The licenses for most software are designed to take away your");
  12.  WX("freedom to share and change it.  By contrast, the GNU General Public");
  13.  WX("License is intended to guarantee your freedom to share and change free");
  14.  WX("software--to make sure the software is free for all its users.  This");
  15.  WX("General Public License applies to most of the Free Software");
  16.  WX("Foundation's software and to any other program whose authors commit to");
  17.  WX("using it.  (Some other Free Software Foundation software is covered by");
  18.  WX("the GNU Library General Public License instead.)  You can apply it to");
  19.  WX("your programs, too.");
  20.  WX("");
  21.  WX("  When we speak of free software, we are referring to freedom, not");
  22.  WX("price.  Our General Public Licenses are designed to make sure that you");
  23.  WX("have the freedom to distribute copies of free software (and charge for");
  24.  WX("this service if you wish), that you receive source code or can get it");
  25.  WX("if you want it, that you can change the software or use pieces of it");
  26.  WX("in new free programs; and that you know you can do these things.");
  27.  WX("");
  28.  WX("  To protect your rights, we need to make restrictions that forbid");
  29.  WX("anyone to deny you these rights or to ask you to surrender the rights.");
  30.  WX("These restrictions translate to certain responsibilities for you if you");
  31.  WX("distribute copies of the software, or if you modify it.");
  32.  WX("");
  33.  WX("  For example, if you distribute copies of such a program, whether");
  34.  WX("gratis or for a fee, you must give the recipients all the rights that");
  35.  WX("you have.  You must make sure that they, too, receive or can get the");
  36.  WX("source code.  And you must show them these terms so they know their");
  37.  WX("rights.");
  38.  WX("");
  39.  WX("  We protect your rights with two steps: (1) copyright the software, and");
  40.  WX("(2) offer you this license which gives you legal permission to copy,");
  41.  WX("distribute and/or modify the software.");
  42.  WX("");
  43.  WX("  Also, for each author's protection and ours, we want to make certain");
  44.  WX("that everyone understands that there is no warranty for this free");
  45.  WX("software.  If the software is modified by someone else and passed on, we");
  46.  WX("want its recipients to know that what they have is not the original, so");
  47.  WX("that any problems introduced by others will not reflect on the original");
  48.  WX("authors' reputations.");
  49.  WX("");
  50.  WX("  Finally, any free program is threatened constantly by software");
  51.  WX("patents.  We wish to avoid the danger that redistributors of a free");
  52.  WX("program will individually obtain patent licenses, in effect making the");
  53.  WX("program proprietary.  To prevent this, we have made it clear that any");
  54.  WX("patent must be licensed for everyone's free use or not licensed at all.");
  55.  WX("");
  56.  WX("  The precise terms and conditions for copying, distribution and");
  57.  WX("modification follow.");
  58.  WX("");
  59.  WX("            GNU GENERAL PUBLIC LICENSE");
  60.  WX("   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION");
  61.  WX("");
  62.  WX("  0. This License applies to any program or other work which contains");
  63.  WX("a notice placed by the copyright holder saying it may be distributed");
  64.  WX("under the terms of this General Public License.  The \"Program\", below,");
  65.  WX("refers to any such program or work, and a \"work based on the Program\"");
  66.  WX("means either the Program or any derivative work under copyright law:");
  67.  WX("that is to say, a work containing the Program or a portion of it,");
  68.  WX("either verbatim or with modifications and/or translated into another");
  69.  WX("language.  (Hereinafter, translation is included without limitation in");
  70.  WX("the term \"modification\".)  Each licensee is addressed as \"you\".");
  71.  WX("");
  72.  WX("Activities other than copying, distribution and modification are not");
  73.  WX("covered by this License; they are outside its scope.  The act of");
  74.  WX("running the Program is not restricted, and the output from the Program");
  75.  WX("is covered only if its contents constitute a work based on the");
  76.  WX("Program (independent of having been made by running the Program).");
  77.  WX("Whether that is true depends on what the Program does.");
  78.  WX("");
  79.  WX("  1. You may copy and distribute verbatim copies of the Program's");
  80.  WX("source code as you receive it, in any medium, provided that you");
  81.  WX("conspicuously and appropriately publish on each copy an appropriate");
  82.  WX("copyright notice and disclaimer of warranty; keep intact all the");
  83.  WX("notices that refer to this License and to the absence of any warranty;");
  84.  WX("and give any other recipients of the Program a copy of this License");
  85.  WX("along with the Program.");
  86.  WX("");
  87.  WX("You may charge a fee for the physical act of transferring a copy, and");
  88.  WX("you may at your option offer warranty protection in exchange for a fee.");
  89.  WX("");
  90.  WX("  2. You may modify your copy or copies of the Program or any portion");
  91.  WX("of it, thus forming a work based on the Program, and copy and");
  92.  WX("distribute such modifications or work under the terms of Section 1");
  93.  WX("above, provided that you also meet all of these conditions:");
  94.  WX("");
  95.  WX("    a) You must cause the modified files to carry prominent notices");
  96.  WX("    stating that you changed the files and the date of any change.");
  97.  WX("");
  98.  WX("    b) You must cause any work that you distribute or publish, that in");
  99.  WX("    whole or in part contains or is derived from the Program or any");
  100.  WX("    part thereof, to be licensed as a whole at no charge to all third");
  101.  WX("    parties under the terms of this License.");
  102.  WX("");
  103.  WX("    c) If the modified program normally reads commands interactively");
  104.  WX("    when run, you must cause it, when started running for such");
  105.  WX("    interactive use in the most ordinary way, to print or display an");
  106.  WX("    announcement including an appropriate copyright notice and a");
  107.  WX("    notice that there is no warranty (or else, saying that you provide");
  108.  WX("    a warranty) and that users may redistribute the program under");
  109.  WX("    these conditions, and telling the user how to view a copy of this");
  110.  WX("    License.  (Exception: if the Program itself is interactive but");
  111.  WX("    does not normally print such an announcement, your work based on");
  112.  WX("    the Program is not required to print an announcement.)");
  113.  WX("");
  114.  WX("These requirements apply to the modified work as a whole.  If");
  115.  WX("identifiable sections of that work are not derived from the Program,");
  116.  WX("and can be reasonably considered independent and separate works in");
  117.  WX("themselves, then this License, and its terms, do not apply to those");
  118.  WX("sections when you distribute them as separate works.  But when you");
  119.  WX("distribute the same sections as part of a whole which is a work based");
  120.  WX("on the Program, the distribution of the whole must be on the terms of");
  121.  WX("this License, whose permissions for other licensees extend to the");
  122.  WX("entire whole, and thus to each and every part regardless of who wrote it.");
  123.  WX("");
  124.  WX("Thus, it is not the intent of this section to claim rights or contest");
  125.  WX("your rights to work written entirely by you; rather, the intent is to");
  126.  WX("exercise the right to control the distribution of derivative or");
  127.  WX("collective works based on the Program.");
  128.  WX("");
  129.  WX("In addition, mere aggregation of another work not based on the Program");
  130.  WX("with the Program (or with a work based on the Program) on a volume of");
  131.  WX("a storage or distribution medium does not bring the other work under");
  132.  WX("the scope of this License.");
  133.  WX("");
  134.  WX("  3. You may copy and distribute the